home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2004 January / CyberMycha 01-2004 (Poland) (Track 01).bin / Klik / ortdemo.ini < prev   
INI File  |  2003-12-12  |  15KB  |  356 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 8.5 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explictly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21. ; For use with shockwave, you must name your .INI file "shockwave.ini", and
  22. ; place the file in the shockwave folder ( for instance, 
  23. ; c:\winnt\system32\macromed\shockwave 8 ).
  24.  
  25. [Memory]
  26. ;ExtraMemory=65000
  27. ; Amount of kBytes over and above physical memory for use by a projector.
  28.  
  29. ;SwapFileMeg=128
  30. ; Amount of megabytes of SwapFile space to enable during authoring.
  31. ; Default is to allow swapfile space of up to 1/2 of the available 
  32. ; physical RAM.
  33.  
  34. [Palette]
  35. ;Animation=0
  36. ; While performing an animation of the palette in 8-bit colour mode, 
  37. ; director reserves all colours in the system. It's obvious when this 
  38. ; happens, as the desktop and other applications will repaint in black 
  39. ; and white. If your movie does not often change the palette, this 
  40. ; may not be a problem, but if it changes the palette frequently, 
  41. ; this desktop flashing can ruin your animation.
  42. ; 1: Reserve colours before first palette effect, but do not release them
  43. ;    until the animation is done.
  44. ; 0: Default behavior. Reserve colours only during the palette effect.
  45. ;
  46. ;SystemFriendly=0
  47. ;   This property only functions in a projector
  48. ; 1: When in 8-bit colour a fixed palette of the web 216 colours plus ten
  49. ;    additional greys will be used by the projector. Colours from the movie
  50. ;    will be re-mapped to the nearest available colour.
  51. ; 0: Default behavior. When in 8-bit colour, changes in the palette channel
  52. ;    are propagated to the system palette. That is, the screen colours will
  53. ;    change.
  54.  
  55.  
  56. [Settings]
  57. ;SingleInstance=1
  58. ;    This property only functions in Windows Director and Projectors.
  59. ; 1: If the application is already running, attempts to launch a second
  60. ;    copy will bring the existing copy to the front of your desktop, without
  61. ;    launching a new copy.
  62. ; 0: Default behavior. Multiple copies of the application can run concurrently.
  63. ;
  64. ;EscapeOk=1
  65. ;    This property is only used by projectors.
  66. ; Overrides the projector's escape lock setting.
  67. ;
  68. ;FullScreen=1
  69. ;    This property is only used by projectors.
  70. ; Overrides the projector's "full screen" setting, from 
  71. ; Create Projector's Option's Dialog.
  72. ;
  73. ;UseTitleBar=1
  74. ;    This property is only used by projectors.
  75. ; Overrides the projector's "show title bar" setting, from
  76. ; Create Projector's Option's Dialog.
  77. ;
  78. ;BackgroundAnimation=1
  79. ;    This property is only used by projectors.
  80. ; Overrides the projector's "animate in background" setting, from 
  81. ; Create Projector's Option's Dialog.
  82. ;
  83. ;SwitchColorDepth=1
  84. ;    This property is only used by projectors.
  85. ; Overrides the projector's "reset monitor to match movie's color depth"
  86. ; setting, from the Macintosh Create Projector's Option's Dialog.
  87. ;
  88. ;CenterStage=1
  89. ;    This property is only used by projectors.
  90. ; Overrides the projector's "center" setting, from
  91. ; Create Projector's Option's Dialog.
  92. ;
  93. ;ResizeStage=1
  94. ;    This property is only used by projectors.
  95. ; Overrides the projector's "stage size" setting, from
  96. ; Create Projector's Option's Dialog.
  97. ;
  98.  
  99. [Lingo]
  100. ;DisplayFullLingoErrorText=1
  101. ;    This property is used by shockwave and projectors.
  102. ; 1: Lingo errors generate a more descriptive text in the error alert.
  103. ; 0: Lingo errors generate a "script error. continue ?" yes/no alert.
  104. ;
  105.  
  106. ; Global Sound Settings ------------------------------------------------
  107.  
  108. [Sound]
  109. ; NOTE:
  110. ; Almost all of these settings apply ONLY to the Macromix sounddevice (the soundDevice = "MacroMix"),
  111. ; and will not have any effect if the sounddevice is "DirectSound" or
  112. ; any other sounddevice.
  113.  
  114. ; Settings in the [Sound] section apply to all sound cards.
  115.  
  116. ;SpoolBufferAlloc=0 
  117. ; When to allocate spool buffers
  118. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  119. ; 1 means allocate spool once at startup and keep for entire session.
  120.  
  121. ;LowSpoolBufferMs=2500
  122. ; Length of one 8bit spool buffer, in milliseconds.
  123.  
  124. ;HighSpoolBufferMs=1500
  125. ; Length of one 16-bit spool buffer, in milliseconds.
  126.  
  127. ;SpoolBufferCount=2
  128. ; Number of spool buffers to use. Must range from 2 to 10.
  129.  
  130. ;MixMaxChannels=8
  131. ; Maximum number of channels supported by the sound mixer. The actual
  132. ; number you can mix depends on the processing power of your computer.
  133. ; Must range from 1 to 8.
  134.  
  135. ;MixWaveDevice=0 
  136. ; DeviceID of waveOut device to use for playing.
  137. ; Must range from 0 to (# of devices - 1).
  138.  
  139. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  140. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  141. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  142. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  143. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  144. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  145. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  146. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  147.  
  148. ;MixMaxFidelity=99
  149. ; Sets a limit on the fidelity of sound output. For best performance, use
  150. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  151. ; possible of the three fixed sound formats (0, 1, 2):
  152. ;  0  = 22.05k samples/sec, 8-bit, mono
  153. ;  1  = 22.05k samples/sec, 8-bit, stereo
  154. ;  2  = 44.1k samples/sec, 16-bit, stereo
  155. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  156. ;       sounds determines the format for that run.  The format used is the
  157. ;       lowest of the three output formats (0,1,2 above) which is as close
  158. ;       as possible in fidelity to the sound to be played, while still being
  159. ;       supported by the installed sound card. 
  160.  
  161. ; Default Sound Settings -----------------------------------------------
  162. ; DLLNameComment= Uncomment this to enable QuickTime 3 Sound Mixing
  163. ; DLLName=QT3Mix.dll
  164.  
  165. [Low Mono Default Sound]
  166. ; Settings in the [Low Mono Default Sound] section apply when the target
  167. ; output format is 22K, 8-bit, mono.  The target output format depends
  168. ; on the capabilities of the sound card as well as the setting of
  169. ; MixMaxFidelity.   These settings are used when the installed sound card
  170. ; is not known to Director and is not specified explictly in the
  171. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  172. ; Override sections will override these values for specific sound cards,
  173. ; or for all sound cards, respectively.
  174.  
  175. ;MixBufferMs=200
  176. ; Length of each mixing buffer, in milliseconds.
  177.  
  178. ;MixBufferBytes=0
  179. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  180. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  181. ; bytes rather than milliseconds.
  182.  
  183. ;MixBufferCount=4
  184. ; Number of mixing buffers to use. Must range from 2 to 16.
  185.  
  186. ;MixServiceMode=0
  187. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  188. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  189. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  190. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  191. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  192. ;         this mode is set, it is best to use MixBufferBytes to specify a
  193. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  194. ;         supported by all sound cards.
  195.  
  196. ;MixIntPeriodMs=200
  197. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  198.  
  199. ;MixIntResolutionMs=50
  200. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  201.  
  202.  
  203. [Low Default Sound]
  204. ; Settings in the [Low Default Sound] section apply when the target
  205. ; output format is 22K, 8-bit, stereo.  The target output format depends
  206. ; on the capabilities of the sound card as well as the setting of
  207. ; MixMaxFidelity.   These settings are used when the installed sound card
  208. ; is not known to Director and is not specified explictly in the
  209. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  210. ; Override sections will override these values for specific sound cards,
  211. ; or for all sound cards, respectively.
  212.  
  213. ;MixBufferMs=200
  214. ;MixBufferBytes=0
  215. ;MixBufferCount=4
  216. ;MixServiceMode=0
  217. ;MixIntPeriodMs=200
  218. ;MixIntResolutionMs=50
  219.  
  220.  
  221. [High Default Sound]
  222. ; Settings in the [High Default Sound] section apply when the target
  223. ; output format is 44K, 16-bit, stereo.  The target output format depends
  224. ; on the capabilities of the sound card as well as the setting of
  225. ; MixMaxFidelity.   These settings are used when the installed sound card
  226. ; is not known to Director and is not specified explictly in the
  227. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  228. ; Override sections will override these values for specific sound cards,
  229. ; or for all sound cards, respectively.
  230. ;MixBufferMs=200
  231. ;MixBufferBytes=0
  232. ;MixBufferCount=4
  233. ;MixServiceMode=0
  234. ;MixIntPeriodMs=200
  235. ;MixIntResolutionMs=50
  236.  
  237.  
  238.  
  239. ; Sound Card-Specific Settings -----------------------------------------
  240.  
  241. ;[Low Mono <SoundCardName>]
  242. ; Settings in this section apply when the target output format is
  243. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  244. ; output format depends on the capabilities of the sound card, as well
  245. ; as the setting of MixMaxFidelity.  You can have any number of these 
  246. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  247. ; with the actual name of the sound card you want to set defaults for.  
  248. ; To find the name of your card, launch the Sound Mapper application, 
  249. ; and look in the Playback field.  Director maintains a built-in table
  250. ; of settings for many popular sound cards.  Settings in this section take 
  251. ; precedence over Director's built-in settings.
  252. ;MixBufferMs=200
  253. ;MixBufferCount=4
  254. ;MixBufferBytes=0
  255. ;MixServiceMode=0
  256. ;MixIntPeriodMs=200
  257. ;MixIntResolutionMs=50
  258.  
  259.  
  260. [Low <SoundCardName>]
  261. ; Settings in this section apply when the target output format is
  262. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  263. ; output format depends on the capabilities of the sound card, as well
  264. ; as the setting of MixMaxFidelity.  You can have any number of these 
  265. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  266. ; with the actual name of the sound card you want to set defaults for.  
  267. ; To find the name of your card, launch the Sound Mapper application, 
  268. ; and look in the Playback field.  Director maintains a built-in table
  269. ; of settings for many popular sound cards.  Settings in this section take 
  270. ; precedence over Director's built-in settings.
  271. ;MixBufferMs=200
  272. ;MixBufferCount=4
  273. ;MixBufferBytes=0
  274. ;MixServiceMode=0
  275. ;MixIntPeriodMs=200
  276. ;MixIntResolutionMs=50
  277.  
  278.  
  279. ;[High <SoundCardName>]
  280. ; Settings in this section apply when the target output format is
  281. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  282. ; output format depends on the capabilities of the sound card, as well
  283. ; as the setting of MixMaxFidelity.  You can have any number of these 
  284. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  285. ; with the actual name of the sound card you want to set defaults for.  
  286. ; To find the name of your card, launch the Sound Mapper application, 
  287. ; and look in the Playback field.  Director maintains a built-in table
  288. ; of settings for many popular sound cards.  Settings in this section take 
  289. ; precedence over Director's built-in settings.
  290. ;MixBufferMs=200
  291. ;MixBufferBytes=0
  292. ;MixBufferCount=4
  293. ;MixServiceMode=0
  294. ;MixIntPeriodMs=200
  295. ;MixIntResolutionMs=50
  296.  
  297.  
  298.  
  299. ; Sound Override Settings ----------------------------------------------
  300.  
  301. [Low Mono Override]
  302. ; Settings in the [Low Mono Override] apply when the target ouput format
  303. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  304. ; of the sound card, as well as the setting of MixMaxFidelity.
  305. ; These settings will override Director's internal settings, any defaults
  306. ; specified in the Default Sound sections, as well as settings for specific 
  307. ; cards.  Change these settings only if you want to force Director to use
  308. ; certain values regardless of the sound card installed in the computer.
  309. ; It is not recommended that you modify these settings for movies which
  310. ; you are going to distribute, as they will override Director's internal
  311. ; settings which are already optimized for various sound cards.
  312. ;MixBufferMs=200
  313. ;MixBufferBytes=0
  314. ;MixBufferCount=4
  315. ;MixServiceMode=0
  316. ;MixIntPeriodMs=200
  317. ;MixIntResolutionMs=50
  318.  
  319. [Low Override]
  320. ; Settings in the [Low Override] apply when the target ouput format
  321. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  322. ; of the sound card, as well as the setting of MixMaxFidelity.
  323. ; These settings will override Director's internal settings, any defaults
  324. ; specified in the Default Sound sections, as well as settings for specific 
  325. ; cards.  Change these settings only if you want to force Director to use
  326. ; certain values regardless of the sound card installed in the computer.
  327. ; It is not recommended that you modify these settings for movies which
  328. ; you are going to distribute, as they will override Director's internal
  329. ; settings which are already optimized for various sound cards.
  330. ;MixBufferMs=200
  331. ;MixBufferBytes=0
  332. ;MixBufferCount=4
  333. ;MixServiceMode=0
  334. ;MixIntPeriodMs=200
  335. ;MixIntResolutionMs=50
  336.  
  337.  
  338. [High Override]
  339. ; Settings in the [High Override] apply when the target ouput format
  340. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  341. ; of the sound card, as well as the setting of MixMaxFidelity.
  342. ; These settings will override Director's internal settings, any defaults
  343. ; specified in the Default Sound sections, as well as settings for specific 
  344. ; cards.  Change these settings only if you want to force Director to use
  345. ; certain values regardless of the sound card installed in the computer.
  346. ; It is not recommended that you modify these settings for movies which
  347. ; you are going to distribute, as they will override Director's internal
  348. ; settings which are already optimized for various sound cards.
  349. ;MixBufferMs=200
  350. ;MixBufferBytes=0
  351. ;MixBufferCount=4
  352. ;MixServiceMode=0
  353. ;MixIntPeriodMs=200
  354. ;MixIntResolutionMs=50
  355.  
  356.